Remove infrastructure for the old custom build command
authorAlex Crichton <alex@alexcrichton.com>
Mon, 19 Jan 2015 22:27:51 +0000 (14:27 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 19 Jan 2015 23:48:06 +0000 (15:48 -0800)
commit0fdaf507a1f9dd9f6eb59e5579c6cf6f2cd9cff2
tree77cc3fc9fc7553f8e7b64c72fb2b4f8825a8672a
parent73b904c05e1a4504591da65d1c4f733b558d5908
Remove infrastructure for the old custom build command

This aspect of the manifest has been deprecated for quite some time now, and
this commit purges the support entirely.
14 files changed:
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml.rs
tests/test_cargo_bench.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_old_custom_build.rs [deleted file]
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_doc.rs
tests/test_cargo_test.rs
tests/tests.rs